body {
    background-color: black;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  
  /* Container 1 */
  
  .header {
    background-image: url("images/night.jpg");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 800px;
    background-size: cover;
    margin-bottom: 0;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
  }
  .navbar {
    margin: auto;
    padding: 20px;
  }
  .img {
    position: relative;
    top: 3556px;
    left: 600px;
    width: 645px;
    height: 338px;
  }
  .nav-item {
    margin: auto;
  }
  .nav-item a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    margin: auto;
    padding: 0 50px 0 50px;
  }
  a:hover {
    color: grey;
    text-decoration: none;
    transition: 0.3s;
  }
  h1 {
    text-align: center;
    margin: 150px 0 0 0;
    color: white;
    font-size: 5rem;
  }
  h3 {
    text-align: center;
    color: white;
  }
  .map {
    width: 50px;
    margin: auto;
  }
  .map:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
  .options {
    margin: auto;
    width: inherit;
  }
  .toggler {
    margin: auto;
    width: 60px;
  }
  .switch {
    display: inline-block;
    width: 60px;
    height: 34px;
    position: absolute;
  }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a1a2e;
    transition: 0.4s;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
  }
  input:checked + .slider {
    background-color: #2FD159;
  }
  input:focus + .slider {
    box-shadow: 0 0 1px black;
  }
  
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider {
    border-radius: 34px;
  }
  .slider:before {
    border-radius: 50%;
  }
  
  /* container 2 */
  .card {
    background-color: black;
    border: none;
  }
  h5 {
    text-align: center;
    color: white;
    margin-top: 15px;
    font-size: 20px;
  }
  .card-deck {
    width: 100%;
    margin: auto;
  }
  .a {
    width: 100%;
  }
  .card a {
    width: auto;
  }
  .containertwo {
    width: 80%;
    margin: 0 auto;
  }
  p {
    color: white;
    text-align: center;
  }
  .text {
    top: 0;
    position: relative;
    width: 500px;
    margin: auto;
    padding-bottom: 50px;
  }
  .gp {
    text-align: center;
    color: #fff;
  }
  .card a:hover {
    background-color: black;
    transition: 0.2s;
    transform: scale(0.9);
    opacity: 0.8;
  }
  .seem {
    width: inherit;
    text-align: center;
  }
  .seem {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    margin: auto;
    padding: 0 50px 0 50px;
  }
  .row {
    padding: 0;
  }
  .about-1 p {
    margin-left: 50px;
    margin-right: 50px;
    align-items: center;
    justify-content: center;
  }
  
  .containertwohalf {
    align-items: center;
    text-align: center;
    margin-top: 40px;
  }
  button {
    background-color: transparent; /* Removes background */
    border: none; /* Removes border */
    color: white; /* Initial text color */
    padding: 0; /* Removes padding */
    font-size: 20px; /* Adjust text size */
    cursor: pointer; /* Shows pointer cursor on hover */
    text-decoration: none; /* Removes underline */
  }
  
  /* Hover effect */
  button:hover {
    color: darkgray; /* Changes text color to dark grey on hover */
  }
  
  /* Optional: Focus effect */
  button:focus {
    outline: none; /* Removes focus outline */
  }
  /* Container 3 */
  .containerthree {
    padding: 0;
    margin: 0;
    margin-top: -150px;
    margin-bottom: 50px;
    background-color: black;
  }
  .about-1 {
    margin: 30px;
    padding: 5px;
  }
  .about-1 h1 {
    align-items: center;
    text-align: center;
    color: white;
    font-weight: bold;
  }
  .about-1 p {
    align-items: left;
    text-align: left;
  
    padding: 3px;
    color: #fff;
  }
  .about-item {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: black;
    padding: 80px, 30px;
  }
  .about-item i {
    font-size: 43px;
    margin: 0;
  }
  .about-item h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .about-item hr {
    width: 46px;
    height: 3px;
    background-color: grey;
    margin: 0 auto;
    border: none;
  }
  .about-item p {
    margin-top: 20px;
  }
  .about-item:hover i,
  .about-item:hover h3,
  .about-item:hover p {
    color: white;
  }
  .about-1 hr {
    width: 100px;
    height: 5px;
    background-color: grey;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    border: none;
  }
  
  /* footer */
  
  .footer {
    margin: auto;
    position: relative;
    top: 600px;
  }
  .logos {
    margin-left: 45%;
    margin-right: 45%;
    width: 20%;
  }
  .fwall {
    background-image: url("images/Mountain.jpg");
    background-size: cover;
    width: 100%;
    height: 700px;
    /* position: absolute; */
  }
  .details {
    position: absolute;
    text-align: center;
  }
  /* Mobile friendly */
  
  @media only screen and (max-width: 600px) {
    .containertwo {
      margin-top: 150px;
      margin-left: auto;
      margin-right: auto;
      justify-content: center;
    }
    p {
      width: 200px;
      font-size: 0.7rem;
      margin: auto;
    }
    .cards {
      width: 100%;
      margin: auto;
    }
    .text {
      width: 250px;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
    }
    .cards:hover {
      width: 90%;
    }
    .card-group {
      width: 80%;
    }
    .card-deck {
      width: 200px;
    }
    .ex {
      width: inherit;
    }
    body {
      margin-right: 0;
    }
    .logos {
      margin-left: 30%;
      margin-right: 30%;
      width: 60%;
    }
    .about-1 h1 {
      text-align: center;
      color: white;
      font-weight: bold;
      font-size: 40px;
    }
  }
  